home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>1</cardCount>
- <cardID>2847</cardID>
- <listID>3135</listID>
- <cantModify><false /></cantModify>
- <cantDelete><true /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>on openStack
- global openingLevel
- get the userLevel
- put it into openingLevel
- set userLevel to 4
- hide msg
- hide menuBar
- show field "Info"
- put the seconds into startTime
- put the seconds into endTime
- put (endTime-StartTime) into currentTime
- put currentTime & space before word 38 of field "Info"
- repeat until currentTime = 15
- put the seconds into endTime
- put (endTime-StartTime) into currentTime
- put currentTime into word 38 of field "Info"
- end repeat
- hide field "Info"
- end openStack
-
- on closeStack
- show menuBar
- delete word 38 of field "Info"
- global openingLevel
- set userLevel to openingLevel
- end closeStack
-
- </script>
- <background id="2667" file="background_2667.xml" name="" />
- <card id="2847" file="card_2847.xml" marked="false" name="" owner="2667" />
- </stack>
-